-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
style(app, protocol-designer): promote confusing void expression lint rule to error, fix all #15327
Conversation
…to error, fix all occurences Promote the two previously demoted testing library eslint rules back to error and correct all outstanding occurences.
… rule to error, fix all Reenable lint error for confusing typescript void expressions and fix all outstanding occurrences of the error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There appears to be a bug here that would make keep removeWellContents from ever being dispatched correctly. @shlokamin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @jerader for viz. thanks for fixing brian!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for doing this! clicked around the app, pd, and ll and nothing bad seemed to happen
Overview
Re-enable lint error for confusing typescript void expressions and fix all outstanding occurrences of
the error.
Risk assessment
medium, many files changed